home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2527 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  826 b 

  1. Path: sn.no!not-for-mail
  2. From: christon (Christopher Naas)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Sliiy window question
  5. Date: 1 Feb 1996 17:20:51 +0100
  6. Organization: SN Internett
  7. Message-ID: <482.6605T1015T1288@Th0r.foo.bar>
  8. References: <4enngd$e6h@news.kth.se>
  9. NNTP-Posting-Host: sinsen.sn.no
  10. X-Newsreader: THOR 2.21 (Amiga;SOUP)
  11.  
  12. Johan Forsberg wrote:
  13.  
  14. >How, exactly, do you calculate the position/size of the interior area of
  15. >a window?
  16. x        = window->BorderLeft;
  17. y        = window->BorderTop;
  18. width    = window->Width - window->BorderLeft - window->BorderRight;
  19. height   = window->Height - window->BorderTop - window->BorderBottom;
  20.  
  21. --
  22. Christopher Landmark Naas    o  EMail: christon@sn.no
  23. LoungeBar Development        o  WWW:   http://www.sn.no/~christon/
  24. Former Reg. Amiga Developer  o  IRC:   KarmaComa
  25.